home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 036 (1987-11-15)(Ossowski, Stefan)(DE)(PD).adf / DosKwik / DosKwik.doc < prev    next >
Text File  |  1989-01-18  |  3KB  |  66 lines

  1.  
  2.                                   DosKwik
  3.  
  4.                         Copyright © 1987 by Tigress
  5.                           Written by Gary Kemper
  6.                     P.O. Box 665 - Glendora, CA - 91740
  7.                               (818) 334-0709
  8.  
  9.       DosKwik is comprised of the two programs ReadKwik and RiteKwik.
  10.    With DosKwik you can save and load files about 3 times faster than DOS,
  11.    save more data on a disk, and even save a 2 MEG file on multiple disks.
  12.    For example if you had a massive 2 MEG spread sheet in RAM:, you could
  13.    only save it if you had a hard disk - now you can use DosKwik.
  14.    ( A 901,080 byte file can fit on one disk)
  15.  
  16.       RiteKwik is used to save the contents of VD0: or RAM: to disk, and
  17.    ReadKwik will read it back in exactly as it was when it was saved,
  18.    including directories. You can also merge two disks together in ram or
  19.    if you already have files in ram.
  20.  
  21.    Syntax:   ReadKwik   drive   ram_device
  22.              RiteKwik   ram_device   drive
  23.  
  24.              Use RAM:, VD0: ... etc for the ram_device.
  25.              Use 0, 1, 2, 3  for the drive.
  26.  
  27.    RiteKwik
  28.  
  29.       You start by setting up the ram exactly like you want it. If you are
  30.    using RAM: put a disk in drive 1 (it does not have to be formatted) and
  31.    enter < RiteKwik RAM: 1 >. This will save the entire contents of your
  32.    ram disk to drive 1. If there is not enough room on the disk you will
  33.    get a requester asking you to put in another disk. After you insert the
  34.    next disk click OK on the requester. You can save an unlimited amount
  35.    of data. The disk(s) that are created cannot be used by the DOS, but
  36.    can be copied with Diskcopy.
  37.  
  38.    ReadKwik
  39.  
  40.       After you have made your disk(s), you enter < ReadKwik 1 RAM: > to
  41.    read your files back into RAM:. You can put the command into your
  42.    startup-sequence. If you have multiple disks you will get a requester
  43.    telling you when to put the next disk in, or if you put a disk in in
  44.    the wrong order. All directories will be created and all the files will
  45.    copied as they were when you saved them.
  46.  
  47.  
  48.       As an example for one use, take that 2 MEG spread sheet. If you had the
  49.    ram you would just save it to RAM:, and then exit the program. Now you
  50.    can use RiteKwik to save it. When you want to load it again you do it
  51.    before the program is run. I use it to load all my C files, which saves
  52.    minutes and lets me keep them all on one disk. It's also good for giant
  53.    digitized sound files.
  54.  
  55.       The DosKwik files may not be sold for profit, but can be included
  56.    in public domain disks such as Fish and Amicus disks, where the charge
  57.    is for copying and the disk itself. If companies which have programs
  58.    that can create large data files wish to include DosKwik, contact me
  59.    at the above address or phone number. For you people who like the program
  60.    and feel that it is worth $10 please send it to the address above. This
  61.    will keep programmers writing programs that people really use.
  62.  
  63.  
  64.                Gary Kemper
  65.  
  66.